X Windows Structures - XKeyEventWhat links here?
typedef struct {
	int type;		/* KeyPress or KeyRelease */
	unsigned long serial;	/* # of last request processed by server */
	Bool send_event;	/* true if this came from a SendEvent request */
	Display *display;	/* Display the event was read from */
	Window window;		/* ``event'' window it is reported relative to */
	Window root;		/* root window that the event occurred on */
	Window subwindow;	/* child window */
	Time time;		/* milliseconds */
	int x, y;		/* pointer x, y coordinates in event window */
	int x_root, y_root;	/* coordinates relative to root */
	unsigned int state;	/* key or button mask */
	unsigned int keycode;	/* detail */
	Bool same_screen;	/* same screen flag */
} XKeyEvent;
typedef XKeyEvent XKeyPressedEvent;
typedef XKeyEvent XKeyReleasedEvent;
X Windows Structures - XKeyEvent
filename:X Windows Structures - XKeyEvent
filename:X%20Windows%20Structures%20%2D%20XKeyEvent
last edit:January 14 2013 17:50:34 (4129 days ago)
ct = 1714989613.000000 = May 06 2024 06:00:13
ft = 1358203834.000000 = January 14 2013 17:50:34
dt = 356785779.000000